lisp codeEn 2016-01-21 13:11:45
Get the first item from the list.

(car '(1 2 3 4 5))
or
(first '(1 2 3 4 5))